regexp/syntax.compiler.quest (method)

3 uses

	regexp/syntax (current package)
		compile.go#L137: 		return c.quest(c.compile(re.Sub[0]), re.Flags&NonGreedy != 0)
		compile.go#L219: func (c *compiler) quest(f1 frag, nongreedy bool) frag {
		compile.go#L256: 		return c.quest(c.plus(f1, nongreedy), nongreedy)